delete

Use greymatter delete to delete a specific object and its configurations from the Grey Matter mesh. Objects can be zones, proxies, domains, routes, shared_rules and clusters.

Usage

greymatter [GLOBAL OPTIONS] delete [OPTIONS] <object type> <object key>

Sample Usage

$ greymatter delete domain domain-catalog
[info] 2019/07/10 03:47:57 Preferring --api.key for authentication
{
  "domain_key": "domain-catalog",
  "zone_key": "zone-default-zone",
  "name": "catalog",
  "port": 8080,
  "redirects": null,
  "gzip_enabled": false,
  "cors_config": null,
  "aliases": null,
  "force_https": false,
  "checksum": "82581e0c56c2ad385e84234fe118ccf8cf8deb1852a5aa318eab887e9a2717d2"
}

Help

To list available commands run with the global help flag, greymatter delete --help:

Questions?

Last updated

Was this helpful?