> ## Documentation Index
> Fetch the complete documentation index at: https://docs.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Canceling Reports

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Reporting , Admin , Article , Account Administration , Established , Instruction"}} />

Reports are generated serially in the order in which they are started. Some reports are large and some reports take a long time to generate, and sometimes you may have an urgent need to get a report that is waiting in the queue completed. When you are viewing the Report Status page, you can cancel any pending or in-progress reports to better manage your overall reporting queue, avoid latency, and get your critical reports faster.

1. Go to **Admin Console > Reports**.
2. In the Report Status tab, hover over the report with a status of either *Pending* or *In Progress* that you want to cancel, click the <InlineImage src="/images/shared/button-3-dots2.png" alt="button-3-dots2-png" /> button, and then click **Cancel**.
3. In the Cancel Report dialog box, click **Yes**.
