project cleanup¶
Clean resources associated with a specific project based on OpenStackSDK implementation
Block Storage v2, v3; Compute v2; Network v2; DNS v2; Orchestrate v1
project cleanup¶
Clean resources associated with a project
openstack project cleanup
[--dry-run]
(--auth-project | --project <project>)
[--created-before <YYYY-MM-DDTHH24:MI:SS>]
[--updated-before <YYYY-MM-DDTHH24:MI:SS>]
[--project-domain <project-domain>]
-
--dry-run
¶
List a project’s resources
-
--auth-project
¶
Delete resources of the project used to authenticate
-
--project
<project>
¶ Project to clean (name or ID)
-
--created-before
<YYYY-MM-DDTHH24:MI:SS>
¶ Drop resources created before the given time
-
--updated-before
<YYYY-MM-DDTHH24:MI:SS>
¶ Drop resources updated before the given time
-
--project-domain
<project-domain>
¶ Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.