Manage the indexing state for an object groupAsk AIpost https://example.com/Bucket/modelSends a signal to the system to start, stop, terminate, or restart the indexing service for an object group. The Bucket endpoints currently require an AWS V4 signature.Body ParamsBucketNamestringObject group nameModelModeintegerInteger value that represents the indexing state to transition to: 1 => Restart Indexing 0 => Start Indexing -1 => Stop Indexing -2 => Terminate IndexingResponses 200successful state change 400The model schema supplied was not valid 500The input was invalidUpdated 11 months ago