Skip to main content
POST
/
v1
/
projects
/
{projectId}
/
warm-pool
/
test
Test warm pool boot
curl --request POST \
  --url https://capy.ai/api/v1/projects/{projectId}/warm-pool/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "setupCommands": [
    {
      "name": "<string>",
      "command": "<string>",
      "background": true
    }
  ]
}
'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API token (capy_xxxx). Generate at capy.ai/settings/tokens

Path Parameters

projectId
string
required

Project ID.

Body

application/json
setupCommands
object[] | null

Response

Success

id
string
required