Parallel Works

pw marketplace remove-from-account

Remove a marketplace workflow reference from your account

Synopsis

Removes a workflow's account-version reference. Forked storage and compute resources are owned resources; delete them under pw storage or pw compute instead.

pw marketplace remove-from-account <slug> [flags]

Examples

  pw marketplace remove-from-account my-workflow
  
  # Remove a specific workflow version
  pw marketplace remove-from-account --version v1.0.0 my-workflow

Options

  -h, --help             help for remove-from-account
      --version string   Version of the item to remove (default "latest")

Options inherited from parent commands

      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging

SEE ALSO