API Reference/CloudstateDeploy Cloudstate ProjectDeploy a cloudstate projectPOST/cloudstate/v1/deployTestRequest Bodyapplication/jsonRequiredclassesRequiredstringconfigobjectShow AttributescURLJavaScriptcurl -X POST "https://api.freestyle.sh/cloudstate/v1/deploy" \ -H "Content-Type: application/json" \ -d '{ "classes": "string", "config": { "domains": null, "envVars": {}, "cloudstateDatabaseId": null } }'200500successfully deployedResponse{ "deploymentId": "string", "cloudstateDatabaseId": "string" }TypeScriptPreviousGet Backup of Cloudstate Project GETNextDeploy a Website (v1) POST