dokploy_postgres_changeStatus
dokploy_postgres_changeStatusChange the status of a PostgreSQL database in Dokploy infrastructure by specifying postgresId and applicationStatus (idle, running, done, or error) to manage database lifecycle operations.
Instructions
[postgres] postgres.changeStatus (POST)
Parameters:
postgresId (string, required)
applicationStatus (enum: idle, running, done, error, required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postgresId | Yes | ||
| applicationStatus | Yes |