API ReferenceEndpointsDeploymentProjects
Delete deployed application
Permanently removes the deployed application for a project from the provider. Project metadata in LaraCopilot is preserved.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
providerId*string
projectId*string
Response Body
application/json
curl -X DELETE "https://builder.laracopilot.com/api/v1/deployments/string/project/string/application"{}Add custom domain
Attaches a custom domain to a deployed project. DNS verification is handled by the provider after the domain is registered.
Deploy project
Triggers a deployment of the project to the configured provider. If `external_user_id` is supplied and the project has no linked connection, the matching connection is attached automatically.