Sha256: 7bf6936b3856e8d6f069cedfa228c559d2f91c2bb883ce12f2b6f3bdce1ef049
Contents?: true
Size: 876 Bytes
Versions: 4
Compression:
Stored size: 876 Bytes
Contents
# UserDelete Blacklists the user, disabling them. The user is not completely purged, therefore if you anticipate needing to create a user with the same name in the future, we suggest renaming the user before you delete it. ```text knife ionoscloud user delete USER_ID [USER_ID] ``` ## Available options: ### Required options: * ionoscloud\_username * ionoscloud\_password ```text ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ``` ## Example ```text knife ionoscloud user delete USER_ID [USER_ID]--username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH ```
Version data entries
4 entries across 4 versions & 1 rubygems