praisonai deploy status and praisonai deploy destroy.
Status
Check the current status of a deployment.Status CLI Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--file, -f | string | agents.yaml | Path to agents.yaml |
--verbose, -v | flag | false | Show detailed metadata |
--json | flag | false | Output as JSON |
Status States
| State | Description |
|---|---|
RUNNING | Service is running and healthy |
STOPPED | Service is stopped |
PENDING | Service is starting or updating |
FAILED | Service failed to start |
NOT_FOUND | No deployment found |
UNKNOWN | Status cannot be determined |
Verbose Output
JSON Output
Destroy
Delete/destroy a deployment.Destroy CLI Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--file, -f | string | agents.yaml | Path to agents.yaml |
--yes, -y | flag | false | Skip confirmation prompt |
--force | flag | false | Force deletion |
--json | flag | false | Output as JSON |
Skip Confirmation
Force Destroy
Force deletion even if some resources fail to delete:Cloud Destroy Example
Python
Troubleshooting
| Issue | Fix |
|---|---|
| NOT_FOUND status | Deployment doesn’t exist, run praisonai deploy run |
| FAILED status | Check logs, run praisonai deploy doctor |
| Destroy failed | Try with --force flag |
| Permission denied | Check cloud provider credentials |
Related
- Deploy CLI Overview - All deploy commands
- Doctor - Check deployment readiness
- API Deploy - Deploy as local API

