﻿---
title: stack kb slo bulk-snapshot-op cli command
description: Compute SLO instance summaries in bulk at a point in time Behaviour flags: --dry-run — validate all inputs and exit without performing any action 
url: https://www.elastic.co/elastic/docs-builder/docs/4120/reference/elastic-cli/cli/stack/kb/slo/bulk-snapshot-op
applies_to:
  - Elastic Cloud Serverless: Preview
  - Elastic Stack: Preview
---

# stack kb slo bulk-snapshot-op cli command
<cli-modifiers>
</cli-modifiers>

```bash
elastic stack kb slo bulk-snapshot-op \
  --space-id <space-id> \
  --at <at> \
  --requests <requests> \
  [options]
```

Compute SLO instance summaries in bulk at a point in time
**Behaviour flags:**
`--dry-run` — validate all inputs and exit without performing any action

## Options

<definitions>
  <definition term="--space-id string required">
    An identifier for the space. If `/s/` and the identifier are omitted from the path, the default space is used.
  </definition>
  <definition term="--at string required">
    The point in time at which to compute the SLO instance summaries
  </definition>
  <definition term="--requests string[] required">
    The list of SLO instances to compute. Limited to 100 entries.
    **Repeatable:** pass `--requests` multiple times to supply more than one value
  </definition>
  <definition term="--input-file string">
    path to a JSON file to use as command input
  </definition>
  <definition term="--dry-run">
    validate all inputs and exit without performing any action (preview changes without applying them)
  </definition>
</definitions>


## Global Options

<definitions>
  <definition term="--json">
    output as JSON
  </definition>
</definitions>