---
title: "Set Pod Info"
method: POST
path: "/v4/resources"
tags: ["resources"]
---

# Set Pod Info

`POST /v4/resources`

## Request body

- ResourcePodInfo — Base model for schemas.
  - `pod_name` string, required
  - `pod_ip` string, required
  - `node_name` string, required
  - `state` 'not_loaded' | 'loading' | 'loaded' | 'load_failed' | 'startup_failed' | 'failed', required — An enumeration.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mystic/apis/mystic-api.md) · [All operations](https://skmtc.net/mystic/apis/mystic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mystic/mystic-api/revisions/60e569344994/schema)
