> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skyhook.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Skyhook status

## skyhook status

Show service status and health

### Synopsis

Show the current status and health of a service.

Displays pod status, replica counts, and deployment health across environments.

```
skyhook status [flags]
```

### Examples

```
  skyhook status                        # Status of service in .koala.toml
  skyhook status --service billing      # Status of specific service
  skyhook status --env prod             # Status in specific environment
```

### Options

```
  -e, --env string       Environment to filter by
  -h, --help             help for status
  -s, --service string   Service to check status for
```

### Options inherited from parent commands

```
      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output
```

### SEE ALSO

* [skyhook](/cli-reference/skyhook)	 - skyhook is a CLI tool to help you create and manage k8s services
