POST
/
{app_id}
/
deploy
curl --request POST \
  --url http://localhost:8080/{app_id}/deploy \
  -d "api_key=ec-xxxx"
{ "response": "App deployed successfully." }
curl --request POST \
  --url http://localhost:8080/{app_id}/deploy \
  -d "api_key=ec-xxxx"
{ "response": "App deployed successfully." }

Path Parameters

app_id
string
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.