cURL
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>" }
Trigger a test boot to verify setup commands work. Optionally pass setupCommands to save them before booting. Returns an instance ID to poll for results. Test VMs are auto-deleted after 15 minutes.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Project ID.
Show child attributes
Success
Was this page helpful?