Yamcs HTTP API
Methods
- Activities
- Alarms
- Audit
- Buckets
- Clearance
- Commands
- COP-1
- Database
- Events
- File Transfer
- IAM
- Indexes
- Instances
- Links
- MDB Override
- MDB
- Packets
- Parameter Archive
- Parameter Lists
- Parameter Values
- Processing
- Queues
- Replication
- RocksDB
- Server
- Services
- Sessions
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
Related
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
Download this Document
Disable BackfillingΒΆ
Disables the automatic backfilling (rebuilding) of the parameter archive. See :manual:`services/instance/parameter-archive-service/#backfiller-options`
If the backfilling is already disabled, this operation has no effect. If there is a backfilling running, this call will not stop it.
Manual rebuild operations are still accepted.
URI Template
POST /api/archive/{instance}/parameterArchive:disableBackfilling
{instance}
Yamcs instance name
Request Body
interface DisableBackfillingRequest {
}