cldkctl_create_deployment
Deploy resources using the MCP cldkctl Server by submitting deployment data. Facilitates resource management through a structured API endpoint.
Instructions
Call the cldkctl_create_deployment endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deployment_data | Yes | Deployment data |
Input Schema (JSON Schema)
{
"properties": {
"deployment_data": {
"description": "Deployment data",
"type": "object"
}
},
"required": [
"deployment_data"
],
"type": "object"
}