---
title: "Set Robot Overlay Visibility"
method: PUT
path: "/overlays/robot/visibility"
tags: ["Robot Overlay (Experimental)"]
---

# Set Robot Overlay Visibility

`PUT /overlays/robot/visibility`

Show or hide the robot ghost for the given motion group.

## Request body

- RobotOverlayVisibility
  - `motion_group_prim_path` string, required — USD prim path of the motion group.
  - `visible` boolean, required — Whether to show or hide the robot overlay.
  - `joint_positions` number[], nullable — Joint positions in radians. Required when visible is true.

## Response `204`

Successful Response

## Other responses

- `400` — joint_positions required when visible is true
- `422` — Validation Error
- `503` — Overlay not ready

---

[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/revisions/a0efd7dad77c/schema)
