# `mix hf.spaces`
[🔗](https://github.com/huggingface/huggingface_client/blob/v0.1.0/lib/mix/tasks/hf.spaces.ex#L1)

List and manage HuggingFace Spaces.

    $ mix hf.spaces
    $ mix hf.spaces --author my-org --sdk gradio
    $ mix hf.spaces --pause my-org/my-space
    $ mix hf.spaces --restart my-org/my-space

## Options

  * `--author` / `-a` — filter by author/org
  * `--sdk` — filter by SDK: `gradio`, `streamlit`, `docker`, `static`
  * `--pause SPACE_ID` — pause a Space
  * `--restart SPACE_ID` — restart a Space
  * `--runtime SPACE_ID` — show Space runtime info
  * `--token` — HF API token

---

*Consult [api-reference.md](api-reference.md) for complete listing*
