Deletes the provided service. This will cause the Service to stop serving traffic and will delete all associated Revisions.
Arguments
name
string
Required. The fully qualified name of the service to delete. It can be any of the following forms: * namespaces/{project_id_or_number}/services/{service_name}
(only when the endpoint
is regional) * projects/{project_id_or_number}/locations/{region}/services/{service_name}
* projects/{project_id_or_number}/regions/{region}/services/{service_name}
apiVersion
string
Not supported, and ignored by Cloud Run.
dryRun
string
Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all
kind
string
Not supported, and ignored by Cloud Run.
propagationPolicy
string
Not supported, and ignored by Cloud Run.
location
string
Location of the HTTP endpoint. For example, us-central1
or asia-southeast1
. If not set, the global endpoint https://run.googleapis.com will be used, which supports list methods only. See service endpoints
for more location options.
Raised exceptions
ConnectionError
HttpError
TimeoutError
TypeError
ValueError
Response
If successful, the response contains an instance of Status
.
Subworkflow snippet
Some fields might be optional or required. To identify required fields, refer to the API documentation .
YAML
- delete : call : googleapis.run.v1.namespaces.services.delete args : name : ... apiVersion : ... dryRun : ... kind : ... propagationPolicy : ... result : deleteResult
JSON
[ { "delete" : { "call" : "googleapis.run.v1.namespaces.services.delete" , "args" : { "name" : "..." , "apiVersion" : "..." , "dryRun" : "..." , "kind" : "..." , "propagationPolicy" : "..." }, "result" : "deleteResult" } } ]

