Google Cloud Endpoints · Capability
Google Cloud Endpoints Google Cloud Service Management API
The Service Management API allows management of managed services used by Google Cloud Endpoints. It enables creating, configuring, and deploying API service configurations and managing service rollouts.
What You Can Do
GET
Listservices
— Google Cloud Endpoints List managed services
/v1/services
POST
Createservice
— Google Cloud Endpoints Create a managed service
/v1/services
GET
Getservice
— Google Cloud Endpoints Get a managed service
/v1/services/{serviceName}
DELETE
Deleteservice
— Google Cloud Endpoints Delete a managed service
/v1/services/{serviceName}
GET
Listserviceconfigs
— Google Cloud Endpoints List service configurations
/v1/services/{serviceName}/configs
POST
Createserviceconfig
— Google Cloud Endpoints Create a service configuration
/v1/services/{serviceName}/configs
GET
Listservicerollouts
— Google Cloud Endpoints List service rollouts
/v1/services/{serviceName}/rollouts
POST
Createservicerollout
— Google Cloud Endpoints Create a service rollout
/v1/services/{serviceName}/rollouts
MCP Tools
listservices
Google Cloud Endpoints List managed services
read-only
idempotent
createservice
Google Cloud Endpoints Create a managed service
getservice
Google Cloud Endpoints Get a managed service
read-only
idempotent
deleteservice
Google Cloud Endpoints Delete a managed service
idempotent
listserviceconfigs
Google Cloud Endpoints List service configurations
read-only
idempotent
createserviceconfig
Google Cloud Endpoints Create a service configuration
listservicerollouts
Google Cloud Endpoints List service rollouts
read-only
idempotent
createservicerollout
Google Cloud Endpoints Create a service rollout