EasypanelDocs

Start Compose service

Enables and starts a Compose service.

POST
/startComposeService

Enables and starts a Compose service.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/startComposeService" \  -H "Content-Type: application/json" \  -d '{    "projectName": "string",    "serviceName": "string"  }'
null