deployment_status
Check a deployment's current status and replica count, then compare with the target replica count to identify scaling discrepancies.
Instructions
[READ] One deployment's status + current/target replica count.
Args: application: Serve application name (from serve_deployment_list). deployment: Deployment name within the application. target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| deployment | Yes | ||
| application | Yes |