Knative · Capability
Knative Serving API
Knative Serving API. 5 operations. Lead operation: List Knative Services. Self-contained Naftiko capability covering one Knative business surface.
Run with Naftiko
Knative
What You Can Do
GET
Listservices
— List Knative Services
/v1/apis/serving-knative-dev/v1/namespaces/{namespace}/services
POST
Createservice
— Create a Knative Service
/v1/apis/serving-knative-dev/v1/namespaces/{namespace}/services
GET
Getservice
— Get a Knative Service
/v1/apis/serving-knative-dev/v1/namespaces/{namespace}/services/{name}
PUT
Replaceservice
— Replace a Knative Service
/v1/apis/serving-knative-dev/v1/namespaces/{namespace}/services/{name}
DELETE
Deleteservice
— Delete a Knative Service
/v1/apis/serving-knative-dev/v1/namespaces/{namespace}/services/{name}
MCP Tools
list-knative-services
List Knative Services
read-only
idempotent
create-knative-service
Create a Knative Service
get-knative-service
Get a Knative Service
read-only
idempotent
replace-knative-service
Replace a Knative Service
idempotent
delete-knative-service
Delete a Knative Service
idempotent