> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phidata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# phi ws down

Delete resources for active workspace

## Params

<ResponseField name="resources_filter" type="str">
  Resource filter. Format - ENV:INFRA:GROUP:NAME:TYPE
</ResponseField>

<ResponseField name="env_filter" type="str">
  Filter the environment to deploy `--env` `-e`
</ResponseField>

<ResponseField name="infra_filter" type="str">
  Filter the infra to deploy. `--infra` `-i`
</ResponseField>

<ResponseField name="config_filter" type="str">
  Filter the config to deploy. `--config` `-c`
</ResponseField>

<ResponseField name="group_filter" type="str">
  Filter resources using group name. `--group` `-g`
</ResponseField>

<ResponseField name="name_filter" type="str">
  Filter resource using name. `--name` `-n`
</ResponseField>

<ResponseField name="type_filter" type="str">
  Filter resource using type `--type` `-t`
</ResponseField>

<ResponseField name="dry_run" type="bool">
  Print resources and exit. `--dry-run` `-dr`
</ResponseField>

<ResponseField name="auto_confirm" type="bool">
  Skip the confirmation before deploying resources. `--yes` `-y`
</ResponseField>

<ResponseField name="print_debug_log" type="bool">
  Print debug logs. `--debug` `-d`
</ResponseField>

<ResponseField name="force" type="bool">
  Force `--force` `-f`
</ResponseField>
