---
title: "POST /streams/solana/{id}/status"
method: POST
path: "/streams/solana/{id}/status"
tags: ["Solana Streams"]
---

# POST /streams/solana/{id}/status

`POST /streams/solana/{id}/status`

## Path parameters

- `id` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## Request body

- StreamsStatusUpdate
  - `status` 'active' | 'paused' | 'error' | 'terminated', required — The stream status: [active] The Stream is healthy and processing blocks [paused] The Stream is paused and is not processing blocks [error] The Stream has encountered an error and is not processing blocks

## Response `200`

Ok

- PickSolanaStreamTypeStatusOrStatusMessage — From T, pick a set of properties whose keys are in the union K
  - `status` 'active' | 'paused' | 'error' | 'terminated', required — The stream status: [active] The Stream is healthy and processing blocks [paused] The Stream is paused and is not processing blocks [error] The Stream has encountered an error and is not processing blocks
  - `statusMessage` string, required

---

[API](https://skmtc.dev/moralis/apis/auth-api.md) · [All operations](https://skmtc.dev/moralis/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moralis/auth-api/revisions/f54aabf6dd91/schema)
