bucket_delete
This job deletes a bucket.
Mandatory parameters
Parameter name | Data type | Description |
---|---|---|
bucketfs_name | string | The name of the BucketFS service. |
bucket_name | string | The name of the bucket. |
Optional parameters
There are no optional parameters.
Substitute parameters
There are no substitute parameters.
Allowed users
The following users are allowed to run this job:
- root
- _owner
Allowed groups
The following groups are allowed to run this job:
- root
- exabfsadm
- exaadm
Examples
The following examples show how to run this job in a Python program using XML-RPC or on the command line using confd_client.

conn.job_exec('bucket_delete', {'params': {'bucketfs_name': 'bucketfs1', 'bucket_name': 'test_bucket'}})

confd_client bucket_delete bucketfs_name: bucketfs1 bucket_name: test_bucket