> ## 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 services

## skyhook services

List and manage services

### Synopsis

List and manage services in your organization.

Without arguments, lists all services. With a service name, shows details.

```
skyhook services [name] [flags]
```

### Examples

```
  skyhook services                    # List all services
  skyhook services billing-service    # Show service details
  skyhook services --json             # Output as JSON
```

### Options

```
      --debug   Show full API response
  -h, --help    help for services
      --json    Output as JSON
```

### Options inherited from parent commands

```
  -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
