-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
iychoi@demo1:~/appspot_ms$ syndicate delete_gateway ag_imicrobe
Help for 'delete_gateway':
Delete a gateway.
Positional arguments:
name (str):
The name of the gateway to delete.
Returns:
True on success.
Raises an exception on error.
Authorization:
An administrator can delete any gateway.
A volume oner can delete any gateway in the volumes (s)he owns.
A user cannot delete the gateway.
Remarks:
Syndicate should generate 'cert_bundle_b64'
as a keyword argument, which contains the base64-encoded serialized
cert bundle version vector for this volume.
iychoi@demo1:~/appspot_ms$ syndicate delete_gateway ag_imicrobe
true
iychoi@demo1:~/appspot_ms$
When the command issued first time, it returns usage (which generally means error) then it returns true for repeating commands.