execute_command
Execute a command inside a specific application container on a Coolify instance. Requires application UUID and the command to run.
Instructions
Execute a command in an application container. NOTE: This endpoint is not available in Coolify API and will return an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Application UUID | |
| command | Yes | Command to execute | |
| confirm | No | Confirm the dangerous operation (required when COOLIFY_REQUIRE_CONFIRM=true) |