list_deployments
Retrieve registered self-hosted Gateway deployments with status, type, and connection health. Use it to resolve deployment IDs before updating or archiving deployments.
Instructions
Enterprise-gated. List registered self-hosted Gateway deployments with status, type, default state, and connection health. Use this before get_deployment, update_deployment, or archive_deployment to resolve a deployment ID. Enterprise-gated. Returns 403 on non-Enterprise Portkey plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by deployment type | |
| search | No | Search deployment names | |
| status | No | Filter by deployment status | |
| workspace_slug | No | Filter by one or more workspace slugs | |
| organisation_id | No | Filter by organisation UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |