ACLMessage msg = getRequest();
msg.setOntology(JADEManagementOntology.NAME);
DebugOff dbgOff = new DebugOff();
dbgOff.setDebugger(getAID());
dbgOff.addDebuggedAgents(amsId);
Action a = new Action();
a.setActor(getAMS());
a.setAction(dbgOff);
getContentManager().fillContent(msg, a);