Create environment
laravel_cloud_create_environmentCreate a new deployment environment for a Laravel Cloud application using an application ID, environment name, and Git branch.
Instructions
Create a new environment for an application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Environment name. | |
| branch | Yes | Git branch to deploy. | |
| cluster_id | No | Dedicated cluster ID to deploy to. Only set if your organization has one. | |
| application | Yes | Application ID. |