---
title: "Set Prim Visibility"
method: PATCH
path: "/prims/visibility"
tags: ["Prims"]
---

# Set Prim Visibility

`PATCH /prims/visibility`

Makes the prim visible or hidden in the viewport given its prim path

## Request body

- BodySetPrimVisibility
  - `visibility` 'show' | 'hide' — set to `show` or `hide` the prim
  - `prim_path` string, required — Prim path of the object

## Response `204`

Prim visibility updated successfully

## Other responses

- `404` — Invalid prim path
- `422` — Validation Error
- `500` — Failed to update visibility of prim

---

[API](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api.md) · [All operations](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandelbotsgmbh/wandelbots-nova-isaac-sim-extension-api/versions/a0efd7dad77c/schema)
