Skip to main content

DisableReporting

Disables reporting services for the current tenant.

Examples

Basic usage:

octo-cli -c DisableReporting

Options

This command takes no options.

Notes

Disabling only removes the enabled flag: report definitions, resources and stored reports stay in the tenant and are accessible again after EnableReporting. Until then the reporting API, the report designer and the viewer answer HTTP 403 for this tenant.

Disabling Reporting is a precondition for Delete and Detach of the tenant (AB#4255). It has no precondition of its own - Reporting owns no deployed resources. Like the other disable commands it acts on the tenant of the active context (UseContext or --context <name>).

Reversible with EnableReporting.