Create template
arcane_template_createCreate a new Docker Compose template by specifying name and YAML content, with optional description and category.
Instructions
Create a new Docker Compose template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name | |
| description | No | Template description | |
| category | No | Category | |
| content | Yes | Docker Compose YAML content |