fsoc optimize unsuspend

Unsuspend an optimization

fsoc optimize unsuspend [flags]

Examples

  fsoc optimize unsuspend --cluster your-cluster --namespace your-namespace --workload-name your-workload
  fsoc optimize unsuspend --optimizer-id namespace-name-00000000-0000-0000-0000-000000000000

Options

  -c, --cluster string         Manage optimization for a workload with this cluster name
  -h, --help                   help for unsuspend
  -n, --namespace string       Manage optimization for a workload with this kubernetes namespace
  -i, --optimizer-id string    Manage a specific optimizer by its ID
  -s, --suspension-id string   Shorthand identifier for the suspension being removed (default "userPause")
  -w, --workload-name string   Manage optimization for a workload with this name in its kubernetes manifest

Options Inherited From Parent Commands

      --config string      config file (default is ~/.fsoc). May be .yaml or .json
      --curl               log curl equivalent for platform API calls (implies --verbose)
      --fields string      perform specified fields transform/extract JQ expression
      --log string         set a location and name for the fsoc log file (default "/tmp/fsoc.log")
      --no-version-check   skip the daily check for new versions of fsoc
  -o, --output string      output format (auto, table, detail, json, yaml) (default "auto")
      --profile string     access profile (default is current or "default")
  -v, --verbose            enable detailed output

See Also