Cloud Endpoints uses Service Management to manage your API. When
you deployed your OpenAPI document by using the gcloud endpoints services
deploy command, the command used Service Management to create a
managed service for your API.
If you deleted a managed service by using the gcloud endpoints services delete
command, Service Management doesn't immediately delete the managed
service. Service Management disables the managed service for 30 days,
which allows you time to restore it if you need to. After 30 days,
Service Management permanently deletes the managed service.
While the managed service is in the disabled state, Service Management
doesn't allow the creation of another managed service with the same name.
To restore a managed service:
Make sure that the Google Cloud CLI (gcloud) is authorized to access your data
and services on Google Cloud:
gcloud auth login
Restore the managed service and assign it to the
Google Cloud project that it was originally created in. Replace
[SERVICE_NAME] with the name of your managed service.
gcloudendpointsservicesundelete[SERVICE_NAME]
Troubleshooting
If the gcloud endpoints services undelete command fails with a permission
error similar to:
ERROR: (gcloud.endpoints.services.undelete) User [EMAIL] does not have permission to access service
Run gcloud auth login and make sure to choose a user account that has
permission to access the project that the managed service is in.
Make sure you have been granted the Service Management Administrator IAM role
(roles/servicemanagement.admin).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eCloud Endpoints uses Service Management to manage APIs, and deploying an OpenAPI document creates a managed service.\u003c/p\u003e\n"],["\u003cp\u003eDeleting a managed service through \u003ccode\u003egcloud\u003c/code\u003e disables it for 30 days, allowing for restoration, after which it is permanently deleted.\u003c/p\u003e\n"],["\u003cp\u003eWhile disabled, a managed service's name cannot be reused, preventing the creation of a new service with the same name.\u003c/p\u003e\n"],["\u003cp\u003eTo restore a managed service, use the command \u003ccode\u003egcloud endpoints services undelete [SERVICE_NAME]\u003c/code\u003e, ensuring you have the correct permissions.\u003c/p\u003e\n"],["\u003cp\u003eTroubleshooting permission errors during restoration involves verifying user account authorization and ensuring the Service Management Administrator IAM role is granted.\u003c/p\u003e\n"]]],[],null,[]]