inigo delete
Commands
- inigo delete access
- inigo delete alerts
- inigo delete export
- inigo delete observe
- inigo delete rate_limit
- inigo delete registry
- inigo delete secret
- inigo delete security
- inigo delete service
- inigo delete service_config
Global flags
-h, --help help for this command
inigo delete access
Description
Deletes an access configuration
Syntax
inigo delete access [service_name]:[service_label] [flags]
Optional flags
-l, --label string deletes access configuration by a service label name
-t, --timeout duration use timeout flag to interrupt execution if it exceeds timeout value
-w, --wait wait for configuration to be applied to service instance
--wait-for int wait for particular number of instances to become updated
Output
$ inigo delete access demo:starwars
demo:starwars/access removed
inigo delete alerts
Description
Deletes an alerts configuration
Syntax
inigo delete alerts [service_name]:[service_label] [flags]
Optional flags
-l, --label string deletes alerts configuration by a service label name
-t, --timeout duration use timeout flag to interrupt execution if it exceeds timeout value
-w, --wait wait for configuration to be applied to service instance
--wait-for int wait for particular number of instances to become updated
Output
$ inigo delete alerts demo:starwars
demo:starwars/alerts removed
inigo delete export
Description
Deletes an export configuration.
Syntax
inigo delete export [service_name]:[service_label] [flags]
Optional flags
-l, --label string deletes export configuration by a service label name
-t, --timeout duration use timeout flag to interrupt execution if it exceeds timeout value
-w, --wait wait for configuration to be applied to service instance
--wait-for int wait for particular number of instances to become updated
Output
$ inigo delete export demo:starwars
demo:starwars/export removed
inigo delete observe
Description
Deletes an observe configuration.
Syntax
inigo delete observe [service_name]:[service_label] [flags]
Optional flags
-l, --label string deletes observe configuration by a service label name
-t, --timeout duration use timeout flag to interrupt execution if it exceeds timeout value
-w, --wait wait for configuration to be applied to service instance
--wait-for int wait for particular number of instances to become updated
Output
$ inigo delete observe demo:starwars
demo:starwars/observe removed
inigo delete rate_limit
Description
Deletes a rate limiting configuration.
Syntax
inigo delete rate_limit [service_name]:[service_label] [flags]
Optional flags
-l, --label string deletes rate limiting configuration by a service label name
-t, --timeout duration use timeout flag to interrupt execution if it exceeds timeout value
-w, --wait wait for configuration to be applied to service instance
--wait-for int wait for particular number of instances to become updated
Output
$ inigo delete rate_limit demo:starwars -h
demo:starwars/rate_limit removed
inigo delete registry
Description
Deletes an existing registry.
Syntax
inigo delete registry [registry_name]
Output
inigo delete secret
Description
Deletes a secret.
Syntax
inigo delete secret [secret_name]
Output
$ inigo delete secret NAME_OF_THE_SECRET
inigo delete security
Description
Deletes a security configuration.
Syntax
inigo delete security [service_name]:[service_label] [flags]
Optional flags
-l, --label string deletes security configuration by a service label name
-t, --timeout duration use timeout flag to interrupt execution if it exceeds timeout value
-w, --wait wait for configuration to be applied to service instance
--wait-for int wait for particular number of instances to become updated
Output
$ inigo delete security demo:starwars
demo:starwars/security removed
inigo delete service
Description
Deletes an existing service.
Syntax
inigo delete service [service_name]:[service_label] [flags]
Optional flags
-f, --force force delete service ignoring the presence of active instances
-l, --label string deletes a service by a service label name
Output
$ inigo delete service demo-service
service 'demo-service' was successfully removed
inigo delete service_config
Description
Deletes a service configuration.
Syntax
inigo delete service_config [service_name]:[service_label] [flags]
Optional flags
-l, --label string deletes service configuration by a service label name
-t, --timeout duration use timeout flag to interrupt execution if it exceeds timeout value
-w, --wait wait for configuration to be applied to service instance
--wait-for int wait for particular number of instances to become updated
Output
$ inigo delete service_config demo:starwars
demo:starwars/service removed