Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/projects/{project}/boxes/{name}/services/{service}
{ "commands": { "unpublish": "<string>", "deploy_preview": "<string>", "promote": "<string>", "publish": "<string>", "start": "<string>" }, "state": "<string>", "active": { "alive": true, "pid": 123, "spec": { "command": [ "<string>" ], "port": 1 } }, "active_url": "<string>", "pid": 123, "preview": { "alive": true, "pid": 123, "spec": { "command": [ "<string>" ], "port": 1 } }, "preview_url": "<string>", "tags": {} }
Service status
Show child attributes