fsoc solution zap

Upload an empty version of a solution to clean it up

Synopsis

This command creates an empty version of an existing solution and uploads it.

This is for the purpose of cleaning up a solution by removing the knowledge types and knowledge objects associated with it. Use this command with caution.

fsoc solution zap <solution-name> [flags]

Examples

  fsoc solution zap mysolution

Options

  -h, --help         help for zap
      --tag string   Tag associated with the solution to zap (required)
      --wait int     Wait to terminate the command until the solution is successfully zapped (default -1)
      --yes          Skip warning message and bypass confirmation step

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