# space.highport.admin.rebuildSnapshot

> Published by [lexicons.highport.space](https://lexicon.garden/identity/did:plc:ciygg5hma4q7ah2kxaszkyob)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.admin.rebuildSnapshot)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.admin.rebuildSnapshot/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.admin.rebuildSnapshot/examples)

## Definitions

### `space.highport.admin.rebuildSnapshot`

**Type**: `procedure`

Rebuild a snapshot from stored content, without refetching from the publisher's repository.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cid` | `string` (cid) | No | The record version to rebuild. Defaults to the active one. |
| `domain` | `string` | Yes | The hostname. |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `jobId` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "space.highport.admin.rebuildSnapshot",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "The record version to rebuild. Defaults to the active one."
            },
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The hostname."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "jobId"
          ],
          "properties": {
            "jobId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Rebuild a snapshot from stored content, without refetching from the publisher's repository."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
