Portainer · Capability
PortainerCE API — custom_templates
PortainerCE API — custom_templates. 9 operations. Lead operation: List available custom templates. Self-contained Naftiko capability covering one Portainer business surface.
What You Can Do
GET
Customtemplatelist
— List available custom templates
/v1/custom-templates
POST
Customtemplatecreatefile
— Create a custom template
/v1/custom-templates/create/file
POST
Customtemplatecreaterepository
— Create a custom template
/v1/custom-templates/create/repository
POST
Customtemplatecreatestring
— Create a custom template
/v1/custom-templates/create/string
DELETE
Customtemplatedelete
— Remove a template
/v1/custom-templates/{id}
GET
Customtemplateinspect
— Inspect a custom template
/v1/custom-templates/{id}
PUT
Customtemplateupdate
— Update a template
/v1/custom-templates/{id}
GET
Customtemplatefile
— Get Template stack file content.
/v1/custom-templates/{id}/file
PUT
Customtemplategitfetch
— Fetch the latest config file content based on custom template's git repository configuration
/v1/custom-templates/{id}/git-fetch
MCP Tools
list-available-custom-templates
List available custom templates
read-only
idempotent
create-custom-template
Create a custom template
create-custom-template-2
Create a custom template
create-custom-template-3
Create a custom template
remove-template
Remove a template
idempotent
inspect-custom-template
Inspect a custom template
read-only
idempotent
update-template
Update a template
idempotent
get-template-stack-file-content
Get Template stack file content.
read-only
idempotent
fetch-latest-config-file-content
Fetch the latest config file content based on custom template's git repository configuration
idempotent