Delete an execution.
Arguments
name
string
Required. The name of the execution to delete. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
apiVersion
string
Optional. Cloud Run currently ignores this parameter.
kind
string
Optional. Cloud Run currently ignores this parameter.
propagationPolicy
string
Optional. Specifies the propagation policy of delete. Cloud Run currently ignores this setting.
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.executions.delete args : name : ... apiVersion : ... kind : ... propagationPolicy : ... result : deleteResult
JSON
[ { "delete" : { "call" : "googleapis.run.v1.namespaces.executions.delete" , "args" : { "name" : "..." , "apiVersion" : "..." , "kind" : "..." , "propagationPolicy" : "..." }, "result" : "deleteResult" } } ]

