Class DeleteRepositoryRequest (0.9.0)

DeleteRepositoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

DeleteRepository request message.

Attributes

Name Description
name str
Required. The repository's name.
force bool
Optional. If set to true, child resources of this repository (compilation results and workflow invocations) will also be deleted. Otherwise, the request will only succeed if the repository has no child resources. **Note:** *This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail.*.